unsigned type造句
例句与造句
- To call a windows function that takes an unsigned type
调用采用无符号类型的windows函数 - Rather than unsigned types unless memory is at a premium
而不是无符号类型,除非内存不足。 - Is an unsigned type and cannot represent a negative value
是一个无符号类型,不能表示负数。 - Is an unsigned type , it cannot represent a negative number
是无符号类型,所以它不能表示负数。 - How to : call a windows function that takes unsigned types
>如何:调用采用无符号类型的windows函数 - It's difficult to find unsigned type in a sentence. 用unsigned type造句挺难的
- How to : optimize storage of positive integers with unsigned types
>如何:使用无符号类型优化正整数的存储 - As well as on unsigned types
)和无符号类型( - Data types and how to interface with functions that use unsigned types
数据类型以及如何与使用无符号类型的函数交互。 - Is of any unsigned type , the vacated positions are always set to zero
的类型是任一种无符号类型,空出的位置将始终设置为零。 - Is positive , or if its data type is an unsigned type , the vacated positions are set to zero
为正值,或者其数据类型为无符号类型,则空出的位置将设置为零。 - In terms of performance , each unsigned type is exactly as efficient as its corresponding signed type
就性能而言,每个无符号类型与相应的有符号类型的效率一样。 - If you know that your variable never needs to hold a negative number , you can use the unsigned types
如果您知道您的变量永远不需要存储负数,可以使用“无符号类型”